[INFO] cloning repository https://github.com/krishnendu/stratum
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/krishnendu/stratum" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrishnendu%2Fstratum", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrishnendu%2Fstratum'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e5f69d3d334c123c7a12a3d6725bd621d874a03f
[INFO] fixing krishnendu/stratum against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrishnendu%2Fstratum" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/krishnendu/stratum
[INFO] finished tweaking git repo https://github.com/krishnendu/stratum
[INFO] tweaked toml for git repo https://github.com/krishnendu/stratum written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/krishnendu/stratum on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/krishnendu/stratum already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 66a0ea438ba6d900b99030584578ee82a6af86c7880c2885eff40ef361883ef8
[INFO] running `Command { std: "docker" "start" "66a0ea438ba6d900b99030584578ee82a6af86c7880c2885eff40ef361883ef8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "66a0ea438ba6d900b99030584578ee82a6af86c7880c2885eff40ef361883ef8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66a0ea438ba6d900b99030584578ee82a6af86c7880c2885eff40ef361883ef8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "66a0ea438ba6d900b99030584578ee82a6af86c7880c2885eff40ef361883ef8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/stratum-types/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-testkit/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-runtime/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-tui-api/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-tui/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-backend-local/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-eval/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-mobile-core/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/xtask/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]     Checking bitflags v2.12.1
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]     Checking ascii v1.1.0
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]     Checking chunked_transfer v1.5.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking num-conv v0.2.2
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking time-core v0.1.8
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking tiny_http v0.12.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]     Checking sysinfo v0.32.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking stratum-types v1.0.1 (/opt/rustwide/workdir/crates/stratum-types)
[INFO] [stderr]    Migrating crates/stratum-types/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking lru v0.18.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking line-clipping v0.3.7
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]    Compiling stratum-cli v1.0.1 (/opt/rustwide/workdir/crates/stratum-cli)
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Migrating crates/stratum-cli/build.rs from 2021 edition to 2024
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking tar v0.4.46
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling camino v1.2.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking clap_complete v4.6.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]     Checking ctrlc v3.5.2
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling uniffi_checksum_derive v0.28.3
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling scroll_derive v0.12.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]    Compiling smawk v0.3.3
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking ratatui-core v0.1.2
[INFO] [stderr]    Compiling uniffi_meta v0.28.3
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]    Compiling scroll v0.12.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling goblin v0.8.2
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling cbindgen v0.27.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling uniffi_core v0.28.3
[INFO] [stderr]     Checking cargo-platform v0.1.9
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking ratatui-crossterm v0.1.2
[INFO] [stderr]     Checking ratatui-widgets v0.3.2
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking cargo_metadata v0.15.4
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking stratum-testkit v1.0.1 (/opt/rustwide/workdir/crates/stratum-testkit)
[INFO] [stderr]    Migrating crates/stratum-testkit/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking stratum-tui-api v1.0.1 (/opt/rustwide/workdir/crates/stratum-tui-api)
[INFO] [stderr]     Checking xtask v1.0.1 (/opt/rustwide/workdir/crates/xtask)
[INFO] [stderr]    Migrating crates/stratum-tui-api/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling askama_parser v0.2.1
[INFO] [stderr]    Compiling weedle2 v5.0.0
[INFO] [stderr]     Checking ratatui v0.30.2
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Migrating crates/xtask/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking ureq v2.12.1
[INFO] [stderr]     Checking stratum-runtime v1.0.1 (/opt/rustwide/workdir/crates/stratum-runtime)
[INFO] [stderr]    Migrating crates/stratum-runtime/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling uniffi_macros v0.28.3
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]    Compiling uniffi_testing v0.28.3
[INFO] [stderr]    Compiling uniffi_udl v0.28.3
[INFO] [stderr]    Compiling askama v0.12.1
[INFO] [stderr]    Compiling uniffi_bindgen v0.28.3
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]     Checking uniffi v0.28.3
[INFO] [stderr]    Compiling uniffi_build v0.28.3
[INFO] [stderr]    Compiling stratum-mobile-core v1.0.1 (/opt/rustwide/workdir/crates/stratum-mobile-core)
[INFO] [stderr]        Fixed crates/stratum-runtime/src/permission_prompt.rs (21 fixes)
[INFO] [stderr]        Fixed crates/stratum-runtime/src/observability.rs (6 fixes)
[INFO] [stderr]        Fixed crates/stratum-runtime/src/agent_loop.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/event_log.rs:248:31
[INFO] [stdout]     |
[INFO] [stdout] 237 |         let Ok(mut guard) = self.file.lock() else {
[INFO] [stdout]     |                ---------
[INFO] [stdout]     |                |
[INFO] [stdout]     |                `guard` calls a custom destructor
[INFO] [stdout]     |                `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 248 |         if let Ok(mut last) = self.last_flush.lock() {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 251 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/mcp.rs:455:52
[INFO] [stdout]     |
[INFO] [stdout] 455 |                             if let Ok(mut guard) = lock.lock() {
[INFO] [stdout]     |                                       ---------    ^^^^^^^^^^^
[INFO] [stdout]     |                                       |            |
[INFO] [stdout]     |                                       |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                       |            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                       `guard` calls a custom destructor
[INFO] [stdout]     |                                       `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 459 |                         }
[INFO] [stdout]     |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/mcp.rs:480:44
[INFO] [stdout]     |
[INFO] [stdout] 480 |                     if let Ok(mut guard) = sink.lock() {
[INFO] [stdout]     |                               ---------    ^^^^^^^^^^^
[INFO] [stdout]     |                               |            |
[INFO] [stdout]     |                               |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                               |            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                               `guard` calls a custom destructor
[INFO] [stdout]     |                               `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 486 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/mcp_jsonrpc.rs:385:44
[INFO] [stdout]     |
[INFO] [stdout] 385 |                     if let Ok(mut guard) = sink.lock() {
[INFO] [stdout]     |                               ---------    ^^^^^^^^^^^
[INFO] [stdout]     |                               |            |
[INFO] [stdout]     |                               |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                               |            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                               `guard` calls a custom destructor
[INFO] [stdout]     |                               `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 391 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/openai.rs:882:27
[INFO] [stdout]     |
[INFO] [stdout] 882 |                       match server.recv_timeout(Duration::from_millis(100)) {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                             up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 888 |                               let _ = thread::Builder::new()
[INFO] [stdout]     |  _____________________________________-
[INFO] [stdout] 889 | |                                 .name("stratum-openai-conn".to_string())
[INFO] [stdout] 890 | |                                 .spawn(move || {
[INFO] [stdout] 891 | |                                     #[cfg(test)]
[INFO] [stdout] ...   |
[INFO] [stdout] 905 | |                                 });
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |                                  |
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 915 |                   }
[INFO] [stdout]     |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tiny_http-0.12.0/src/request.rs:488:1
[INFO] [stdout]     |
[INFO] [stdout] 488 | impl Drop for Request {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/retry.rs:374:15
[INFO] [stdout]     |
[INFO] [stdout] 374 |         match op(attempt) {
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 375 |             Ok(value) => return Ok(value),
[INFO] [stdout] 376 |             Err(err) => match classifier.classify(&err) {
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `err` calls a custom destructor
[INFO] [stdout]     |                 `err` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 381 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/serve_server.rs:190:27
[INFO] [stdout]     |
[INFO] [stdout] 190 |                       match listener.accept() {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                             up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 193 |                               let _ = thread::Builder::new()
[INFO] [stdout]     |  _____________________________________-
[INFO] [stdout] 194 | |                                 .name("stratum-serve-conn".to_string())
[INFO] [stdout] 195 | |                                 .spawn(move || {
[INFO] [stdout] 196 | |                                     handle_tcp_connection(stream, h.as_ref(), timeout);
[INFO] [stdout] 197 | |                                 });
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |                                  |
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 206 |                   }
[INFO] [stdout]     |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking stratum-tui v1.0.1 (/opt/rustwide/workdir/crates/stratum-tui)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/serve_server.rs:234:27
[INFO] [stdout]     |
[INFO] [stdout] 234 |                       match listener.accept() {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                             up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 237 |                               let _ = thread::Builder::new()
[INFO] [stdout]     |  _____________________________________-
[INFO] [stdout] 238 | |                                 .name("stratum-serve-conn".to_string())
[INFO] [stdout] 239 | |                                 .spawn(move || {
[INFO] [stdout] 240 | |                                     handle_unix_connection(stream, h.as_ref(), timeout);
[INFO] [stdout] 241 | |                                 });
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |                                  |
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 250 |                   }
[INFO] [stdout]     |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking stratum-eval v1.0.1 (/opt/rustwide/workdir/crates/stratum-eval)
[INFO] [stderr]     Checking stratum-backend-local v1.0.1 (/opt/rustwide/workdir/crates/stratum-backend-local)
[INFO] [stderr]        Fixed crates/stratum-runtime/src/auto_memory.rs (7 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/event_log.rs:248:31
[INFO] [stdout]     |
[INFO] [stdout] 237 |         let Ok(mut guard) = self.file.lock() else {
[INFO] [stdout]     |                ---------
[INFO] [stdout]     |                |
[INFO] [stdout]     |                `guard` calls a custom destructor
[INFO] [stdout]     |                `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 248 |         if let Ok(mut last) = self.last_flush.lock() {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 251 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/mcp.rs:455:52
[INFO] [stdout]     |
[INFO] [stdout] 455 |                             if let Ok(mut guard) = lock.lock() {
[INFO] [stdout]     |                                       ---------    ^^^^^^^^^^^
[INFO] [stdout]     |                                       |            |
[INFO] [stdout]     |                                       |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                       |            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                       `guard` calls a custom destructor
[INFO] [stdout]     |                                       `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 459 |                         }
[INFO] [stdout]     |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/mcp.rs:480:44
[INFO] [stdout]     |
[INFO] [stdout] 480 |                     if let Ok(mut guard) = sink.lock() {
[INFO] [stdout]     |                               ---------    ^^^^^^^^^^^
[INFO] [stdout]     |                               |            |
[INFO] [stdout]     |                               |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                               |            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                               `guard` calls a custom destructor
[INFO] [stdout]     |                               `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 486 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/mcp_jsonrpc.rs:385:44
[INFO] [stdout]     |
[INFO] [stdout] 385 |                     if let Ok(mut guard) = sink.lock() {
[INFO] [stdout]     |                               ---------    ^^^^^^^^^^^
[INFO] [stdout]     |                               |            |
[INFO] [stdout]     |                               |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                               |            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                               `guard` calls a custom destructor
[INFO] [stdout]     |                               `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 391 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/openai.rs:882:27
[INFO] [stdout]     |
[INFO] [stdout] 882 |                       match server.recv_timeout(Duration::from_millis(100)) {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                             up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 888 |                               let _ = thread::Builder::new()
[INFO] [stdout]     |  _____________________________________-
[INFO] [stdout] 889 | |                                 .name("stratum-openai-conn".to_string())
[INFO] [stdout] 890 | |                                 .spawn(move || {
[INFO] [stdout] 891 | |                                     #[cfg(test)]
[INFO] [stdout] ...   |
[INFO] [stdout] 905 | |                                 });
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |                                  |
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 915 |                   }
[INFO] [stdout]     |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tiny_http-0.12.0/src/request.rs:488:1
[INFO] [stdout]     |
[INFO] [stdout] 488 | impl Drop for Request {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/retry.rs:374:15
[INFO] [stdout]     |
[INFO] [stdout] 374 |         match op(attempt) {
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 375 |             Ok(value) => return Ok(value),
[INFO] [stdout] 376 |             Err(err) => match classifier.classify(&err) {
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `err` calls a custom destructor
[INFO] [stdout]     |                 `err` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 381 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/serve_server.rs:190:27
[INFO] [stdout]     |
[INFO] [stdout] 190 |                       match listener.accept() {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                             up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 193 |                               let _ = thread::Builder::new()
[INFO] [stdout]     |  _____________________________________-
[INFO] [stdout] 194 | |                                 .name("stratum-serve-conn".to_string())
[INFO] [stdout] 195 | |                                 .spawn(move || {
[INFO] [stdout] 196 | |                                     handle_tcp_connection(stream, h.as_ref(), timeout);
[INFO] [stdout] 197 | |                                 });
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |                                  |
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 206 |                   }
[INFO] [stdout]     |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-runtime/src/serve_server.rs:234:27
[INFO] [stdout]     |
[INFO] [stdout] 234 |                       match listener.accept() {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                             up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 237 |                               let _ = thread::Builder::new()
[INFO] [stdout]     |  _____________________________________-
[INFO] [stdout] 238 | |                                 .name("stratum-serve-conn".to_string())
[INFO] [stdout] 239 | |                                 .spawn(move || {
[INFO] [stdout] 240 | |                                     handle_unix_connection(stream, h.as_ref(), timeout);
[INFO] [stdout] 241 | |                                 });
[INFO] [stdout]     | |                                  -
[INFO] [stdout]     | |                                  |
[INFO] [stdout]     | |__________________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 250 |                   }
[INFO] [stdout]     |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/stratum-types/tests/catalog_codes.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-mobile-core/build.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-tui/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/stratum-tui/src/chat.rs (1 fix)
[INFO] [stderr]    Migrating crates/stratum-eval/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/stratum-tui/src/chat.rs:2192:15
[INFO] [stdout]      |
[INFO] [stdout] 2182 |         let Some(sw) = self.model_switcher.clone() else {
[INFO] [stdout]      |                  --
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  `sw` calls a custom destructor
[INFO] [stdout]      |                  `sw` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2192 |         match (sw.0)(slug) {
[INFO] [stdout]      |               ^^^^^^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2204 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `sw` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/stratum-backend-local/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/stratum-tui/src/chat.rs:2192:15
[INFO] [stdout]      |
[INFO] [stdout] 2182 |         let Some(sw) = self.model_switcher.clone() else {
[INFO] [stdout]      |                  --
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  `sw` calls a custom destructor
[INFO] [stdout]      |                  `sw` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2192 |         match (sw.0)(slug) {
[INFO] [stdout]      |               ^^^^^^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2204 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `sw` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/stratum-mobile-core/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed /opt/rustwide/target/debug/build/stratum-mobile-core-a9074a114c3a5904/out/stratum.uniffi.rs (3 fixes)
[INFO] [stderr]        Fixed crates/stratum-mobile-core/src/lib.rs (2 fixes)
[INFO] [stderr]    Migrating crates/stratum-cli/tests/serve_model.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-cli/tests/serve_model.rs:199:19
[INFO] [stdout]     |
[INFO] [stdout] 199 |             match TcpStream::connect(&bound) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 208 |                     let mut buf = BufReader::new(stream);
[INFO] [stdout]     |                         -------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `buf` calls a custom destructor
[INFO] [stdout]     |                         `buf` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 219 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `buf` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/stratum-cli/tests/config_cli.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/completions.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/eval_run.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/doctor_schema.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/models_catalog.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/serve_openai_multimodal.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/stratum-cli/tests/serve_openai_multimodal.rs (1 fix)
[INFO] [stderr]    Migrating crates/stratum-cli/tests/chat_agents_per_role_model.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/stratum-cli/tests/serve_openai_multimodal.rs:77:11
[INFO] [stdout]    |
[INFO] [stdout] 70 |     let (tx, rx) = mpsc::channel();
[INFO] [stdout]    |              --
[INFO] [stdout]    |              |
[INFO] [stdout]    |              `rx` calls a custom destructor
[INFO] [stdout]    |              `rx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 77 |     match rx.recv_timeout(timeout) { Ok((reader, line, res)) => {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |           |
[INFO] [stdout]    |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 87 | }
[INFO] [stdout]    | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `rx` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/stratum-cli/tests/doctor_telemetry.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-eval/src/bin/run_phase7_compare.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-eval/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-eval/src/bin/bench_floor.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-eval/src/bin/bench_history.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/events_jsonl_flag.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/sessions_cli.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/chat_resume.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/chat_gguf.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/stratum-cli/src/app.rs (4 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/stratum-cli/src/app.rs:2934:11
[INFO] [stdout]      |
[INFO] [stdout] 2872 |       let loader =
[INFO] [stdout]      |           ------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `loader` calls a custom destructor
[INFO] [stdout]      |           `loader` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2934 |       match crate::chat::run_with_state(
[INFO] [stdout]      |  ___________^
[INFO] [stdout] 2935 | |         state,
[INFO] [stdout] 2936 | |         stratum_runtime::TranscriptStore::open(paths.state.join("sessions")).ok(),
[INFO] [stdout] 2937 | |     ) {
[INFO] [stdout]      | |     ^
[INFO] [stdout]      | |     |
[INFO] [stdout]      | |_____this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2944 |   }
[INFO] [stdout]      |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `loader` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/stratum-cli/tests/self_update_check.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/stratum-cli/src/app.rs:2934:11
[INFO] [stdout]      |
[INFO] [stdout] 2872 |       let loader =
[INFO] [stdout]      |           ------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `loader` calls a custom destructor
[INFO] [stdout]      |           `loader` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2934 |       match crate::chat::run_with_state(
[INFO] [stdout]      |  ___________^
[INFO] [stdout] 2935 | |         state,
[INFO] [stdout] 2936 | |         stratum_runtime::TranscriptStore::open(paths.state.join("sessions")).ok(),
[INFO] [stdout] 2937 | |     ) {
[INFO] [stdout]      | |     ^
[INFO] [stdout]      | |     |
[INFO] [stdout]      | |_____this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2944 |   }
[INFO] [stdout]      |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `loader` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/stratum-cli/tests/events_tail.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/mcp_list.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/headless_print.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/client_cmd.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/serve_daemon.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/stratum-cli/tests/serve_daemon.rs:240:19
[INFO] [stdout]     |
[INFO] [stdout] 240 |             match TcpStream::connect(&bound) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 249 |                     let mut buf = BufReader::new(stream);
[INFO] [stdout]     |                         -------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `buf` calls a custom destructor
[INFO] [stdout]     |                         `buf` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 260 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `buf` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/stratum-cli/tests/chat_parallel.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/self_update_apply.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/agents_cli.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/mem_check_suggest.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/voice_dialogue_e2e.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/stratum-cli/tests/voice_dialogue_e2e.rs (3 fixes)
[INFO] [stderr]    Migrating crates/stratum-cli/tests/chat_handoff.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/cli_smoke.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/version_info.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/stratum-cli/tests/models_sync.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
[INFO] [stderr] crater-edition-check: stratum-types v1.0.1 (/opt/rustwide/workdir/crates/stratum-types) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: stratum-testkit v1.0.1 (/opt/rustwide/workdir/crates/stratum-testkit) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: stratum-runtime v1.0.1 (/opt/rustwide/workdir/crates/stratum-runtime) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: stratum-tui-api v1.0.1 (/opt/rustwide/workdir/crates/stratum-tui-api) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: stratum-tui v1.0.1 (/opt/rustwide/workdir/crates/stratum-tui) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: stratum-backend-local v1.0.1 (/opt/rustwide/workdir/crates/stratum-backend-local) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: stratum-cli v1.0.1 (/opt/rustwide/workdir/crates/stratum-cli) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: stratum-eval v1.0.1 (/opt/rustwide/workdir/crates/stratum-eval) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: stratum-mobile-core v1.0.1 (/opt/rustwide/workdir/crates/stratum-mobile-core) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: xtask v1.0.1 (/opt/rustwide/workdir/crates/xtask) updating edition from 2021 to 2024
[INFO] [stderr]     Checking stratum-types v1.0.1 (/opt/rustwide/workdir/crates/stratum-types)
[INFO] [stderr]    Compiling stratum-cli v1.0.1 (/opt/rustwide/workdir/crates/stratum-cli)
[INFO] [stderr]     Checking xtask v1.0.1 (/opt/rustwide/workdir/crates/xtask)
[INFO] [stderr]    Compiling stratum-mobile-core v1.0.1 (/opt/rustwide/workdir/crates/stratum-mobile-core)
[INFO] [stderr]     Checking stratum-runtime v1.0.1 (/opt/rustwide/workdir/crates/stratum-runtime)
[INFO] [stderr]     Checking stratum-tui-api v1.0.1 (/opt/rustwide/workdir/crates/stratum-tui-api)
[INFO] [stderr]     Checking stratum-testkit v1.0.1 (/opt/rustwide/workdir/crates/stratum-testkit)
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/stratum-runtime/src/auto_memory.rs:533:9
[INFO] [stdout]     |
[INFO] [stdout] 533 |         unsafe { std::env::remove_var("STRATUM_AUTO_MEMORY") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> crates/stratum-runtime/src/lib.rs:5:11
[INFO] [stdout]     |
[INFO] [stdout]   5 | #![forbid(unsafe_code)]
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/stratum-runtime/src/auto_memory.rs:538:13
[INFO] [stdout]     |
[INFO] [stdout] 538 |             unsafe { std::env::set_var("STRATUM_AUTO_MEMORY", v) };
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/stratum-runtime/src/auto_memory.rs:550:9
[INFO] [stdout]     |
[INFO] [stdout] 550 |         unsafe { std::env::remove_var("STRATUM_AUTO_MEMORY") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/stratum-runtime/src/auto_memory.rs:561:13
[INFO] [stdout]     |
[INFO] [stdout] 561 |             unsafe { std::env::set_var("STRATUM_AUTO_MEMORY", v) };
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/stratum-runtime/src/auto_memory.rs:574:9
[INFO] [stdout]     |
[INFO] [stdout] 574 |         unsafe { std::env::set_var("STRATUM_AUTO_MEMORY", "0") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/stratum-runtime/src/auto_memory.rs:578:24
[INFO] [stdout]     |
[INFO] [stdout] 578 |             Some(v) => unsafe { std::env::set_var("STRATUM_AUTO_MEMORY", v) },
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/stratum-runtime/src/auto_memory.rs:580:21
[INFO] [stdout]     |
[INFO] [stdout] 580 |             None => unsafe { std::env::remove_var("STRATUM_AUTO_MEMORY") },
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking stratum-tui v1.0.1 (/opt/rustwide/workdir/crates/stratum-tui)
[INFO] [stderr]     Checking stratum-eval v1.0.1 (/opt/rustwide/workdir/crates/stratum-eval)
[INFO] [stderr]     Checking stratum-backend-local v1.0.1 (/opt/rustwide/workdir/crates/stratum-backend-local)
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/stratum-mobile-core-a9074a114c3a5904/out/stratum.uniffi.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[no_mangle]
[INFO] [stdout]    |   ^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[unsafe(no_mangle)]
[INFO] [stdout]    |   +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/stratum-mobile-core-a9074a114c3a5904/out/stratum.uniffi.rs:63:3
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[no_mangle]
[INFO] [stdout]    |   ^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[unsafe(no_mangle)]
[INFO] [stdout]    |   +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/stratum-mobile-core-a9074a114c3a5904/out/stratum.uniffi.rs:68:3
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[no_mangle]
[INFO] [stdout]    |   ^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[unsafe(no_mangle)]
[INFO] [stdout]    |   +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `stratum-mobile-core` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/stratum-mobile-core-a9074a114c3a5904/out/stratum.uniffi.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[no_mangle]
[INFO] [stdout]    |   ^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[unsafe(no_mangle)]
[INFO] [stdout]    |   +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/stratum-mobile-core-a9074a114c3a5904/out/stratum.uniffi.rs:63:3
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[no_mangle]
[INFO] [stdout]    |   ^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[unsafe(no_mangle)]
[INFO] [stdout]    |   +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/stratum-mobile-core-a9074a114c3a5904/out/stratum.uniffi.rs:68:3
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[no_mangle]
[INFO] [stdout]    |   ^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[unsafe(no_mangle)]
[INFO] [stdout]    |   +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `stratum-mobile-core` (lib test) due to 3 previous errors
[INFO] [stdout] warning: unused import: `Read`
[INFO] [stdout]    --> crates/stratum-runtime/src/catalog_sync.rs:319:19
[INFO] [stdout]     |
[INFO] [stdout] 319 |     use std::io::{Read as _, Write as _};
[INFO] [stdout]     |                   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `stratum-runtime` (lib test) due to 7 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "66a0ea438ba6d900b99030584578ee82a6af86c7880c2885eff40ef361883ef8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66a0ea438ba6d900b99030584578ee82a6af86c7880c2885eff40ef361883ef8", kill_on_drop: false }`
[INFO] [stdout] 66a0ea438ba6d900b99030584578ee82a6af86c7880c2885eff40ef361883ef8
